home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / popup.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-10  |  3.9 KB  |  96 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  4.     %brandDTD;
  5.     <!ENTITY % platformDTD SYSTEM "chrome://browser/locale/help/platformStrings.dtd" >
  6.     %platformDTD;
  7. ]>
  8. <!--
  9. Contributors:
  10.   David Tenser <david.tenser@comhem.se> (original author)
  11.   Steffen Wilberg <steffen.wilberg@web.de>
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.     <title>Controlling Popups</title>
  16.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  17. </head>
  18.  
  19. <body>
  20.  
  21. <h1>Controlling Popups</h1>
  22. <p>This document explains all of the &pref.plural; available in &brandFullName;
  23.   for controlling popups.</p>
  24.  
  25. <div class="contentsBox">
  26.   In this section:
  27.   <ul>
  28.     <li><a href="#what_are_popups">What are Popups?</a></li>
  29.     <li><a href="#popup_blocker_preferences">Popup Blocker &pref.pluralCaps;</a></li>
  30.   </ul>
  31. </div>
  32.  
  33. <h2 id="what_are_popups">What are Popups?</h2>
  34. <p>Popup windows, or popups, are windows that appear automatically without your
  35. permission. They vary in size but usually don't cover the whole screen. Some popups
  36. open on top of the current &brandShortName; window, while others appear
  37. underneath &brandShortName; (popunders).</p>
  38.  
  39. <p>&brandShortName; allows you to control both popups and popunders through the
  40. <a href="prefs.xhtml#content_options">Content panel</a> in &pref.pluralCaps;.
  41. Popup blocking is turned on by default, so you don't have to worry about enabling it
  42. to prevent popups from appearing in &brandShortName;.</p>
  43.  
  44. <p>When blocking a popup, &brandShortName; displays an information bar, as well
  45. as an icon <img src="chrome://browser/skin/Info.png" width="16" height="16"
  46. alt=""/> in the status bar. When you click either the <em>&pref.pluralCaps;</em>
  47. button in the information bar or the icon in the status bar, a menu is displayed
  48. with the following choices:</p>
  49.  
  50. <ul>
  51.   <li>Allow/Block popups for this site</li>
  52.   <li>Edit <a href="#popup_blocker_preferences">Popup Blocker
  53.     &pref.pluralCaps;...</a></li>
  54.   <li>Don't show this message (info message) when popups are blocked</li>
  55.   <li>(show a blocked popup)</li>
  56. </ul>
  57.  
  58. <p><strong>Blocking popups may interfere with some web sites</strong>: Some web sites,
  59. including some banking sites, use popups for important features. Blocking all popups
  60. disables such features. To allow specific web sites to use popups, while blocking
  61. all others, you can add specific web sites to the list of allowed sites.</p>
  62.  
  63. <p><strong>Blocking popups doesn't always work</strong>: Although &brandShortName; blocks most
  64. popups, some web sites may show popups using uncovered methods, even when blocked.</p>
  65.  
  66. <h2 id="popup_blocker_preferences">Popup Blocker &pref.pluralCaps;</h2>
  67.  
  68. <p>The Popup Blocker &pref.pluralCaps; are located in the <a
  69.   href="prefs.xhtml#content_options">Content panel</a> of &pref.menuPath;.</p>
  70.  
  71. <p>From there, you can do the following things:</p>
  72.  
  73. <ul>
  74.   <li><strong>Block pop-up windows</strong>: Deselect this &pref.singular; to
  75.     disable the popup blocker altogether.</li>
  76.   <li><strong>Exceptions dialog</strong>: This is a list of sites that you want to allow
  77.     to display popups. The dialog has the following choices:
  78.   <ul>
  79.     <li><strong>Allow</strong>: Click this to add a web site to the exceptions list.</li>
  80.     <li><strong>Remove Site</strong>: Click this to remove a web site from the exceptions list.</li>
  81.     <li><strong>Remove All Sites</strong>: Click this to remove all of the web sites in
  82.       the exceptions list.</li>
  83.   </ul>
  84.   </li>
  85. </ul>
  86.  
  87. <p><strong>Note</strong>: Blocking popups may not always work and may interfere with
  88. some web sites. For more information about blocking popups, see
  89. <a href="#what_are_popups">What are Popups</a>.</p>
  90.  
  91. <div class="contentsBox"><em>12 September 2005</em></div>
  92. <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
  93.  
  94. </body>
  95. </html>
  96.